home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 June / ccd0605.iso / Software / Shareware / Utilitare / supercoolpim / setup.exe / {app} / SuperCoolPIM.exe / 0 / RCDATA / TFORMCHANGEPASSWORD / TFORMCHANGEPASSWORD.txt
Text File  |  2005-01-28  |  2KB  |  111 lines

  1. object FormChangePassword: TFormChangePassword
  2.   Left = 274
  3.   Top = 161
  4.   HelpContext = 442
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsSingle
  7.   Caption = 'Change Password'
  8.   ClientHeight = 200
  9.   ClientWidth = 296
  10.   Color = clBtnFace
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   OldCreateOrder = False
  17.   Position = poDesktopCenter
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Panel1: TPanel
  21.     Left = 0
  22.     Top = 0
  23.     Width = 296
  24.     Height = 147
  25.     Align = alTop
  26.     Font.Charset = ANSI_CHARSET
  27.     Font.Color = clWindowText
  28.     Font.Height = -13
  29.     Font.Name = 'Arial'
  30.     Font.Style = []
  31.     ParentFont = False
  32.     TabOrder = 0
  33.     object Label1: TLabel
  34.       Left = 11
  35.       Top = 22
  36.       Width = 81
  37.       Height = 16
  38.       Caption = 'Old Password'
  39.     end
  40.     object Label2: TLabel
  41.       Left = 11
  42.       Top = 65
  43.       Width = 86
  44.       Height = 16
  45.       Caption = 'New Password'
  46.     end
  47.     object Label3: TLabel
  48.       Left = 11
  49.       Top = 107
  50.       Width = 105
  51.       Height = 16
  52.       Caption = 'Confirm Password'
  53.     end
  54.     object EditOld: TEdit
  55.       Left = 122
  56.       Top = 19
  57.       Width = 157
  58.       Height = 24
  59.       PasswordChar = '*'
  60.       TabOrder = 0
  61.     end
  62.     object EditNew: TEdit
  63.       Left = 122
  64.       Top = 61
  65.       Width = 157
  66.       Height = 24
  67.       PasswordChar = '*'
  68.       TabOrder = 1
  69.     end
  70.     object EditConfirm: TEdit
  71.       Left = 122
  72.       Top = 103
  73.       Width = 157
  74.       Height = 24
  75.       PasswordChar = '*'
  76.       TabOrder = 2
  77.     end
  78.   end
  79.   object BitBtn1: TBitBtn
  80.     Left = 62
  81.     Top = 160
  82.     Width = 75
  83.     Height = 29
  84.     Caption = 'A&pply'
  85.     Default = True
  86.     Font.Charset = ANSI_CHARSET
  87.     Font.Color = clWindowText
  88.     Font.Height = -13
  89.     Font.Name = 'Arial'
  90.     Font.Style = []
  91.     ParentFont = False
  92.     TabOrder = 1
  93.     OnClick = BitBtn1Click
  94.   end
  95.   object BitBtn2: TBitBtn
  96.     Left = 163
  97.     Top = 160
  98.     Width = 75
  99.     Height = 29
  100.     Caption = 'Can&cel'
  101.     Font.Charset = ANSI_CHARSET
  102.     Font.Color = clWindowText
  103.     Font.Height = -13
  104.     Font.Name = 'Arial'
  105.     Font.Style = []
  106.     ParentFont = False
  107.     TabOrder = 2
  108.     OnClick = BitBtn2Click
  109.   end
  110. end
  111.